From: Aaron Schulz Date: Tue, 20 Jan 2009 23:04:56 +0000 (+0000) Subject: Revert r45490 per http://www.mediawiki.org/wiki/Special:Code/MediaWiki/45490 X-Git-Tag: 1.31.0-rc.0~43335 X-Git-Url: http://git.cyclocoop.org/%22.%24info%5B?a=commitdiff_plain;h=500fddfdfa1a2d278f76d4d462d8b0cb658519ba;p=lhc%2Fweb%2Fwiklou.git Revert r45490 per mediawiki.org/wiki/Special:Code/MediaWiki/45490 --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index e22d675e32..34ba8cd7e7 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -26,7 +26,6 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN === New features in 1.15 === * (bug 2242) Add an expiry time to temporary passwords -* Added "Advanced search" link to the search form * Special:Upload can now have a custom upload message instead of uploadtext by passing "uploadmsg" parameter in the url * (bug 9947) Add PROTECTIONLEVEL parser function to return the protection level diff --git a/includes/Skin.php b/includes/Skin.php index fd3e85f347..3edcd92efe 100644 --- a/includes/Skin.php +++ b/includes/Skin.php @@ -1148,8 +1148,7 @@ END; . '\n" . ' ' - . '\n" - . ''; + . '\n"; // Ensure unique id's for search boxes made after the first $this->searchboxes = $this->searchboxes == '' ? 2 : $this->searchboxes + 1; diff --git a/skins/CologneBlue.php b/skins/CologneBlue.php index cd93e1f087..f3806dc998 100644 --- a/skins/CologneBlue.php +++ b/skins/CologneBlue.php @@ -299,8 +299,7 @@ class SkinCologneBlue extends Skin { $s .= "searchboxes}\" class=\"mw-searchInput\" name=\"search\" size=\"14\" value=\"" . htmlspecialchars(substr($search,0,256)) . "\" />
" . "searchboxes}\" class=\"searchButton\" name=\"go\" value=\"" . htmlspecialchars( wfMsg( "searcharticle" ) ) . "\" />" - . "searchboxes}\" class=\"searchButton\" name=\"fulltext\" value=\"" . htmlspecialchars( wfMsg( "search" ) ) . "\" />\n" - . ''; + . "searchboxes}\" class=\"searchButton\" name=\"fulltext\" value=\"" . htmlspecialchars( wfMsg( "search" ) ) . "\" />"; // Ensure unique id's for search boxes made after the first $this->searchboxes = $this->searchboxes == '' ? 2 : $this->searchboxes + 1; diff --git a/skins/Modern.php b/skins/Modern.php index c16ae47668..cb24bafaef 100644 --- a/skins/Modern.php +++ b/skins/Modern.php @@ -256,7 +256,6 @@ class ModernTemplate extends QuickTemplate { ?> value="text('search') ?>" /> skin->tooltipAndAccesskey( 'search-go' ); ?> />  skin->tooltipAndAccesskey( 'search-fulltext' ); ?> /> - diff --git a/skins/MonoBook.php b/skins/MonoBook.php index 62d98baa7c..8afc4982e3 100644 --- a/skins/MonoBook.php +++ b/skins/MonoBook.php @@ -259,7 +259,6 @@ class MonoBookTemplate extends QuickTemplate { ?> value="text('search') ?>" /> skin->tooltipAndAccesskey( 'search-go' ); ?> />  skin->tooltipAndAccesskey( 'search-fulltext' ); ?> /> - diff --git a/skins/monobook/main.css b/skins/monobook/main.css index c89e77e808..7e5809b55a 100644 --- a/skins/monobook/main.css +++ b/skins/monobook/main.css @@ -715,9 +715,7 @@ input.searchButton { padding: .5em .4em .4em .4em; text-align: center; } -#p-search a { - font-size: 95%; -} + /* ** the personal toolbar */